Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableStyleCommand Class / TableStyleCommand Constructor / TableStyleCommand Constructor(Table[],String,Boolean)
A list of tables whose style will be applied
A string value indicates the name of table style.


In This Topic
TableStyleCommand Constructor(Table[],String,Boolean)
In This Topic
Initializes a new instance of the TableStyleCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal tables() As Table, _
   ByVal tableStyleName As String, _
   Optional ByVal clearFormat As Boolean _
)
 
'Usage
 
Dim tables() As Table
Dim tableStyleName As String
Dim clearFormat As Boolean
 
Dim instance As New TableStyleCommand(tables, tableStyleName, clearFormat)

Parameters

tables
A list of tables whose style will be applied
tableStyleName
A string value indicates the name of table style.
clearFormat
See Also